projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bea5b1b
)
(org-export-as-xoxo): Fix call to `indent-region'.
author
Carsten Dominik
<dominik@science.uva.nl>
Fri, 21 Apr 2006 13:48:00 +0000
(13:48 +0000)
committer
Carsten Dominik
<dominik@science.uva.nl>
Fri, 21 Apr 2006 13:48:00 +0000
(13:48 +0000)
lisp/textmodes/org.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/org.el
b/lisp/textmodes/org.el
index f175671e3f4dfc2d440ec9c44e2f33d90e2ec704..3c18eda23058d11b1123ab73301f5d4f717d67a7 100644
(file)
--- a/
lisp/textmodes/org.el
+++ b/
lisp/textmodes/org.el
@@
-12436,7
+12436,7
@@
The XOXO buffer is named *xoxo-<source buffer name>*"
;; Finish the buffer off and clean it up.
(switch-to-buffer-other-window out)
- (indent-region (point-min) (point-max))
+ (indent-region (point-min) (point-max)
nil
)
(save-buffer)
(goto-char (point-min))
)))